home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 8 / Power CD-ROM 8.iso / prgmming / oldutil / feed.doc < prev    next >
Text File  |  1994-12-10  |  512b  |  16 lines

  1. Feed -- Ver 1.1
  2. Original author unknown.
  3. Updated 5/23/85 by Ray McVay, 817-265-7688, CIS 75006,2563
  4.  
  5. Feed is used to feed MS/PCDOS text files into a filtering pipeline.
  6. For example:
  7.     feed *.doc | find /c "morphosite"
  8. would tell someone how many lines in his documentation files contained
  9. the word morphosite.
  10.  
  11. Bugs fixed: out of file buffers due to unclosed input files
  12.  
  13. Features added: correct handling of files with "improper" length
  14.  
  15. Problem: input files must be in current directory
  16.